Micron Document
🌎 rns.kin.earth git 🌍

Node / dev / reticulum / commits / f9f623d

Commit f9f623dfa516d33bf0fa2b452ae9909890994f1c


Parents : ffa6bec
Author : Mark Qvist <mark@unsigned.io>
Date : 2023-06-03T15:52:44+02:00

Updated version and changelog

Changes

2 files changed, 14 insertions(+), 1 deletions(-)


Diff

diff --git a/Changelog.md b/Changelog.md
index ca2ca68c..02765dcd 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,16 @@
+### 2023-05-19: RNS β 0.5.4
+
+This maintenance release brings a single bugfix
+
+**Changes**
+- Fixed a potential race condition when timed-out link receives a late establishment proof a few milliseconds after it has timed out.
+
+**Release Hashes**
+```
+f23c8d655c9e80a12a6728495aec56f19f27184d3d8e6b6ed6184b0e89d4be35 rns-0.5.3-py3-none-any.whl
+2c692a2153bb766a9dc2391340a06f429c13a75b86b746b69c6fcd5a4fe5ee33 rnspure-0.5.3-py3-none-any.whl
+```
+
### 2023-05-19: RNS β 0.5.3
This maintenance release brings a single, but important bugfix.

diff --git a/RNS/_version.py b/RNS/_version.py
index 43a1e95b..6b27eeeb 100644
--- a/RNS/_version.py
+++ b/RNS/_version.py
@@ -1 +1 @@
-__version__ = "0.5.3"
+__version__ = "0.5.4"

Served by rngit 1.5.2 - Generated in 0.04s